*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: #393939;
	text-decoration: none;
}
input,button{
	outline: none;
	border: 0;
}
body{
	color: #393939;
	min-width: 1200px;
	background: url(../img/body-bg.jpg) center top no-repeat #E3E7E6;
	font-size: 14px;
}
.head{
	width: 1200px;
	margin: 0 auto;
}
header{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search{
	height:40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search img{
	width: 30px;
	height: 30px;
}
.tel-num{
	font-size: 18px;
	color: #F7800B;
	line-height: 30px;
	margin: 0 20px;
}
#search{
	width: 215px;
	height: 40px;
	border: 0;
	background: #fff;
	text-indent: 20px;
	color: #E3E2E2;
}
#search::-webkit-input-placeholder { /* WebKit browsers */
    color: #E3E2E2;
}
#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #E3E2E2;
}
#search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #E3E2E2;
}
#search:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #E3E2E2;
}
input[type="submit"]{
	width: 62px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: white;
	background: #FF9428;
	text-align: center;
}
.nav{
	width: 1200px;
	height: 47px;
	box-sizing: border-box;
	border: 2px solid #499CEE;
	background: #116FD6;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.nav li{
	width: 100%;
	height: 100%;
	position: relative;
}
.nav li:hover{
	background: #1B4DA1;
}
.nav a span{
	display: block;
	width: 100%;
	height: 20px;
	color: white;
	margin: 12px 0;
	border-right: 1px solid #1569C0;
}
.nav dl{
	width: 100%;
	position: absolute;
	top: 47px;
	left: 0;
	background: #f9f9f9;
	z-index: 99;
	display: none;
}
.nav dl dd{
	height: 45px;
	line-height: 45px;
}
.nav dl dd:hover{
	background: #ccc;
}
.nav dl dd a{
	display: block;
}
.index-swiper{
	width: 1200px;
	margin: 0 auto;
}
.index-cont{
	width: 1200px;
	margin: 0 auto;
	background: white;
	display: flex;
	justify-content: space-around;
}
.index-cont-tit{
	width: 100%;
	height: 70px;
	border-bottom: 2px solid #E5E5E5;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.index-cont-tit b{
	font-size: 20px;
	color: black;
	margin: 0 5px;
}
.index-cont-tit span{
	font-size: 16px;
	color: #CACACA;
}
.index-cont-tit p{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 30%;
	height: 2px;
	background: #166CC3;
}
.index-cont1{
	width: 335px;
}
.index-cont1-nr{
	width: 335px;
	height: 385px;
	line-height: 25px;
}
.index-cont1-nr img{
	max-width: 335px;
	height: 190px;
}
.nr-text div{
	height: 200px;
	overflow: hidden;
	text-indent: 28px;
	line-height:200%;
	padding-top:10px;
	color: #666;
}
.index-cont1-nr p{
	margin-top: 14px;
	text-align: right;
	color: #1B4DA1;
	font-weight: bold;
}
.index-cont1-nr a:hover{
	color: #1B4DA1;
	text-decoration: underline;
}
.index-cont2-nr img{
	width: 332px;
	margin-bottom: 1px;
}
.index-cont3-nr div{
	height: 50px;
}
.index-cont3-nr p{
	border-top: 2px solid #E5E5E5;
	height: 30px;
	line-height: 50px;
	color: #1B4DA1;
	font-weight: bold;
}
.index-cont3-nr div span{
	float: right;
	color: #939393;
}
.index-cont3-nr div a{
	width: 250px;
	display: block;
	float: left;
	color: #626262;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-cont3-nr a:hover{
	color: #1B4DA1;
	text-decoration: underline;
}

.index-cont2{
	width: 735px;
}
.index-cont4-nr{
	height: 334px;
	display: flex;
	justify-content: space-between;
}
.index-cont4-nr-left{
	width: 335px;
	font-size: 12px;
	line-height: 25px;
	color: #959595;
}
.index-cont4-nr-left img{
	width: 335px;
	height: 218px;
}
.index-cont4-nr-left h3{
	font-size: 16px;
	line-height: 40px;
	color: #666;
	height: 40px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.index-cont4-nr-left h3:hover{
	color: #1B4DA1;
	text-decoration: underline;
}
.index-cont4-nr-left div{
	width: 335px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	color: #959595;
}
.index-cont4-nr-right{
	width: 330px;
}
.index-cont4-nr-right div{
	height: 42px;
}
.index-cont4-nr-right div a{
	width: 250px;
	display: block;
	float: left;
	color: #626262;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-cont4-nr-right a:hover{
	color: #1B4DA1;
	text-decoration: underline;
}
.index-cont4-nr-right div span{
	float: right;
	color: #939393;
}
.i-c-4-gd{
	border-top: 2px solid #E5E5E5;
    color: #1B4DA1;
    font-weight: bold;
	line-height: 40px;
	clear: both;
}
.i-c-4-gd a:hover{
	color: #1B4DA1;
	text-decoration: underline;
}
.index-cont5-nr{
	width: 350px;
}
.index-cont5-nr div{
	width: 163px;
	height: 147px;
	float: left;
	position: relative;
	margin: 0 9px 20px 0;
}
.index-cont5-nr a{
	display: block;
	width: 100%;
	height: 100%;
}
.index-cont5-nr div p{
	width: 100%;
	height: 30px;
	background: rgba(155,192,229,.5);
	color: white;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}


footer{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.foot-top{
	height: 60px;
	padding: 21px 0;
	line-height: 30px;
	background: #343434;
	color: #a9a9a9;
}
.foot-dwon{
	height: 50px;
	background: #282828;
	color: #a9a9a9;
	line-height: 50px;
}
.foot-dwon a{
	color: #a9a9a9;
}

.banner{
	width: 1200px;
	margin: 0 auto;
}
.aboutus-content{
	background: white;
	width: 1200px;
	margin: 0 auto;
}
.content-top{
	height: 81px;
	margin-left: 30px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 80px;
	display: flex;
}
.aboutus-content-tit{
	width: 200px;
	height:80px;
	border-bottom: 3px solid #176dc4;
	font-size: 18px;
	color: #999;
}
.aboutus-content-tit span{
	font-size: 22px;
	color: #444;
}
.address{
	margin-left: 20px;
	
}
.address a:hover{
	text-decoration: underline;
}
.address span{
	color: #176DC5;
}
.content-nr{
	margin-left: 30px;
	
}
.content-nr-l{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-right: 1px solid #E7E7E7;
	float: left;
}
.content-nr-img{
	width: 200px;
	height: 120px;
}
.content-nr-text{
	margin-top: 20px;
	border-top: 1px dashed #E3E3E3;
}
.content-nr-text p{
	border-bottom: 1px dashed #E3E3E3;
}
.content-nr-text a{
	display: block;
	text-align: center;
	position: relative;
	line-height: 40px;
	font-size: 16px;
	color: #414141;
	margin: 5px 0;
}
.content-nr-text .icon{
	color: white;
	position: absolute;
	left: 45px;
}
.content-nr-text a:hover{
	background: #166DC4;
	color: white;
}
.content-nr-text .on{
	background: #166DC4;
	color: white;
}

.content-nr-r{
	width: 905px;
	margin-bottom: 40px;
	display: inline-block;
	margin-left: 60px;
	min-height:550px;
}
.content-nr-r .list_li li{
	padding: 35px 0;
	border-bottom: 1px solid #F3F3F3;
	display: flex;
}
.content-nr-r .list_li li img{
	width: 200px;
	height: 130px;
}
.bian-img{
	width: 100%;
	margin-top: 20px;
}
.bian-img li{
	float: left;
	width: 30%;
	margin-right: 3.3%;
}
.content-nr-rt{
	width: 525px;
	margin-left: 40px;
}
.content-nr-rt h3{
	font-size: 16px;
	font-weight: normal;
	color: #585858;
	margin: 20px 0;
}
.content-nr-rt h3:hover{
	text-decoration: underline;
}
.content-nr-rt div{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.time{
	text-align: right;
	color: #999;
	margin-left: 40px;
}
.time p{
	line-height: 80px;
	font-size: 24px;
}
.wzti{
    padding-top:20px;
	margin-right: 20px;
	font-size: 16px;
	height:auto;
	line-height:200%;
	text-align:center;
	color: #666666;
	border-bottom:#CCCCCC 1px solid;
}
.wzti span{
    font-size:14px;
	color: #ccc;
}
.bian-ji{
    padding-top:20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
.bian-ji img{
    max-width: 100%;
}
.siximg{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.siximg dd{
	width: 290px;
	height: 240px;
	background: #ECECEC;
	text-align: center;
	line-height: 30px;
	color: #666666;
	box-sizing: border-box;
	padding:10px 5px 0;
	margin: 10px 0;
}

.fenye{
	width: 100%; 
	margin-top: 50px; 
}
.fenye ul{
	width:600px;
	margin: 0 auto; 
}
.fenye ul li{
	float: left;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0 5px;
}
.fenye .select_li{
	padding: 0;
	height: 30px;
	border: none;
}
.fenye .page_select{ 
	height: 30px;
}